home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / crazycube.swf / scripts / DefineButton2_176 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  84 b   |  5 lines

  1. on(release){
  2.    _parent.credits_mc._visible = true;
  3.    this._visible = false;
  4. }
  5.